home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- x_CDisplayPane.h
-
- Header File For CDisplayPane Lower-Layer Panorama/EditText Class
-
- Copyright © 1994 My Software Inc. All rights reserved.
-
- Generated by Visual Architect™
-
- This file is rewritten each time you generate code. You should not
- make changes to this file; changes should go in the My.h
- file, instead.
-
- If you want to change how Visual Architect generates this file, you can
- change the template for this file. It is "_Pano.h" in the Visual Architect
- Templates folder.
-
- ******************************************************************************/
-
- #pragma once
-
- #include "CExpandorama.h"
-
- class x_CDisplayPane : public CExpandorama
- {
- public:
-
- TCL_DECLARE_CLASS
-
-
- /** Object I/O **/
- virtual void PutTo(CStream &aStream);
- virtual void GetFrom(CStream &aStream);
- };
-
-